| Fully Qualified Name: | Zend\Hydrator\Aggregate\AggregateHydrator | 
| Implements: | HydratorInterface, EventManagerAwareInterface | 
Aggregate hydrator that composes multiple hydrators via events
| Name | Description | Defined By | 
|---|---|---|
| add() | Attaches the provided hydrator to the list of hydrators to be used while hydrating/extracting data | AggregateHydrator | 
| extract() | {@inheritDoc} | AggregateHydrator | 
| getEventManager() | {@inheritDoc} | AggregateHydrator | 
| hydrate() | {@inheritDoc} | AggregateHydrator | 
| setEventManager() | {@inheritDoc} | AggregateHydrator | 
Attaches the provided hydrator to the list of hydrators to be used while hydrating/extracting data
| Parameter Name | Type | Description | 
|---|---|---|
| $hydrator | \HydratorInterface | |
| $priority | int | 
Returns:
{@inheritDoc}
| Parameter Name | Type | Description | 
|---|---|---|
| $object | 
Returns:
{@inheritDoc}
Returns:
{@inheritDoc}
| Parameter Name | Type | Description | 
|---|---|---|
| $data | ||
| $object | 
Returns:
{@inheritDoc}
| Parameter Name | Type | Description | 
|---|---|---|
| $eventManager | 
Returns: